﻿
.tab_menu
{
    margin-top:6px;

    line-height: 28px;


  min-width:100px;
  
    border: 0px solid #ecefef;
    height: 28px;
    margin-bottom: 15px;
    
}
.tab_menu li
{
    height: 28px;
    line-height: 28px;
     width: 101px;
    text-align: center;
    float: left;
    border-right: 1px solid #fff;
}
.tab_menu li a
{   
    border: 1px solid #ecefef;
    color: #565656;
    display: block;
    font-size: 12px;
    line-height: 28px;
     cursor:pointer;
}
.tab_menu li.current a
{
    border: 1px solid #dc3e37;
    background: #dc3e37 none repeat scroll 0 0;
    color: #fff;
    transition: all .4s ease-in-out;
    cursor:pointer;
}
 
.tab_box
{
    overflow: hidden;
    height: 176px;
 
} 
 .tab_box ul
{
    height: 176px;
    overflow: hidden;
}
.tab_box ul li
{
    float: left;
    height:180px;  
    margin:0 5px;
}
.tab_box ul li .gaiProimg img
{
    height:155px;
    transition: transform 0.5s ease;
}
.tab_box ul li .gaiProimg img:hover { transform: scale(1.05);}

.tab_box ul li .gaiProName a
{
   
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gaiProName
{  
    text-align: center;
}
.gaiProName a
{
    font-size: 14px;

    color: #3c3f4f;
}   



.clearfix:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix
{
    display: inline-block;
}
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}

.overflow
{
    overflow: hidden;
}

.hide
{
    display: none;
}
